home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / ImpExp32.exe / 0 / RCDATA / TDATEFORMATEDITOR / TDATEFORMATEDITOR.txt
Encoding:
Text File  |  2004-03-02  |  4.5 KB  |  170 lines

  1. object DateFormatEditor: TDateFormatEditor
  2.   Left = 264
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Date Formats'
  6.   ClientHeight = 346
  7.   ClientWidth = 322
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label3: TLabel
  19.     Left = 17
  20.     Top = 5
  21.     Width = 276
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = 'Selected Date Format (with history):'
  25.   end
  26.   object DateFormatCB: THistoryComboBox
  27.     Left = 17
  28.     Top = 22
  29.     Width = 288
  30.     Height = 21
  31.     ItemHeight = 13
  32.     ParentColor = True
  33.     TabOrder = 0
  34.     Key = 'Software\Benthic\DateFormats'
  35.   end
  36.   object Button1: TButton
  37.     Left = 169
  38.     Top = 307
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46.   object RzPanel1: TRzPanel
  47.     Left = 7
  48.     Top = 52
  49.     Width = 308
  50.     Height = 241
  51.     BorderOuter = fsGroove
  52.     ParentColor = True
  53.     TabOrder = 2
  54.     object Label2: TLabel
  55.       Left = 10
  56.       Top = 13
  57.       Width = 261
  58.       Height = 15
  59.       AutoSize = False
  60.       Caption = 'Quick Date Formats:'
  61.     end
  62.     object Label1: TLabel
  63.       Left = 10
  64.       Top = 118
  65.       Width = 142
  66.       Height = 15
  67.       AutoSize = False
  68.       Caption = 'Date format parts:'
  69.     end
  70.     object QuickFormatList: TListBox
  71.       Left = 10
  72.       Top = 29
  73.       Width = 285
  74.       Height = 82
  75.       IntegralHeight = True
  76.       ItemHeight = 13
  77.       Items.Strings = (
  78.         'MM/DD/YY'
  79.         'MM/DD/YYYY'
  80.         'MM/DD/YYYY HH:MI AM'
  81.         'MM/DD/YYYY HH:MI:SS AM'
  82.         'MM/DD/YYYY HH24:MI'
  83.         'MM/DD/YYYY HH24:MI:SS'
  84.         'MON-DD-YY'
  85.         'MON-DD-YYYY'
  86.         'MON-DD-YYYY HH:MI AM'
  87.         'MON-DD-YYYY HH:MI:SS AM'
  88.         'MON-DD-YYYY HH24:MI'
  89.         'MON-DD-YYYY HH24:MI:SS'
  90.         'J:SSSSS')
  91.       ParentColor = True
  92.       TabOrder = 0
  93.       OnClick = QuickFormatListClick
  94.       OnDblClick = QuickFormatListDblClick
  95.     end
  96.     object FormatPartList: TRzTabbedListBox
  97.       Left = 10
  98.       Top = 134
  99.       Width = 285
  100.       Height = 95
  101.       TabStops.Min = -2147483647
  102.       TabStops.Max = 2147483647
  103.       TabStops.Integers = (
  104.         10)
  105.       Color = clBtnFace
  106.       IntegralHeight = True
  107.       ItemHeight = 13
  108.       Items.Strings = (
  109.         'SCC'#9'Century; '#39'S'#39' prefixes BC date with '#39'-'#39
  110.         'CC'#9'Century'
  111.         'SYYYY'#9'Year; '#39'S'#39' prefixes BC date with '#39'-'#39
  112.         'YYYY'#9'4 digit year'
  113.         'YYY'#9'3 digit year'
  114.         'YY'#9'2 digit year'
  115.         'Y'#9'1 digit year'
  116.         'IYYY'#9'4 digit ISO standard year'
  117.         'IYY'#9'3 digit ISO standard year'
  118.         'IY'#9'2 digit ISO standard year'
  119.         'I'#9'1 digit ISO standard year'
  120.         'Y,YYY'#9'Year with comma at position'
  121.         'SYEAR'#9'Year spelled out; '#39'S'#39' prefixes BC date with '#39'-'#39
  122.         'YEAR'#9'Year spelled out'
  123.         'RR'#9'Last 2 digits of year, for years in next century'
  124.         'BC'#9'BC/AD indicator'
  125.         'AD'#9'BC/AD indicator'
  126.         'B.C.'#9'BC/AD indicator with periods'
  127.         'A.D.'#9'BC/AD indicator with periods'
  128.         'Q'#9'Quarter of year (1, 2, 3, 4; JAN-MAR = 1)'
  129.         'MM'#9'Month of year (01-12; JAN=01)'
  130.         'RM'#9'Roman numeral month (I..XII; JAN=I)'
  131.         'MONTH'#9'Month name, padded to 9 chars'
  132.         'MON'#9'Month name, abbreviated (JAN,FEB)'
  133.         'WW'#9'Week of year (1-52)'
  134.         'W'#9'Week of month (1-5)'
  135.         'IW'#9'ISO standard week of year (1..52 or 1..53)'
  136.         'DDD'#9'Day of year (1..366)'
  137.         'DD'#9'Day of month (1..31)'
  138.         'D'#9'Day of week (1..7)'
  139.         'DAY'#9'Name of day, padded to 9 chars'
  140.         'DY'#9'Name of day, 3 letter abbrev (MON)'
  141.         'J'#9'Julian day (since Dec 31, 4713 BC)'
  142.         'AM'#9'Meridian indicator'
  143.         'PM'#9'Meridian indicator'
  144.         'A.M.'#9'Meridian indicator with periods'
  145.         'P.M.'#9'Meridian indicator with periods'
  146.         'HH'#9'Hour of day (1..12)'
  147.         'HH12'#9'Hour of day (1..12)'
  148.         'HH24'#9'Hour of day (1..23)'
  149.         'MI'#9'Minute (0..59)'
  150.         'SS'#9'Second (0..59)'
  151.         'SSSSS'#9'Seconds past midnight (0..86399)')
  152.       ParentColor = True
  153.       TabOrder = 1
  154.       OnClick = FormatPartListClick
  155.       OnDblClick = QuickFormatListDblClick
  156.     end
  157.   end
  158.   object OkButton: TButton
  159.     Left = 78
  160.     Top = 307
  161.     Width = 75
  162.     Height = 25
  163.     Caption = '&OK'
  164.     Default = True
  165.     ModalResult = 1
  166.     TabOrder = 3
  167.     OnClick = OkButtonClick
  168.   end
  169. end
  170.